home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / CDFACTOR / HCfactor / HumanCode / HumanCode.DXR / 00075.ls < prev    next >
Encoding:
Text File  |  1995-07-14  |  168 b   |  12 lines

  1. global gstartupflag
  2.  
  3. on mouseDown
  4.   pushBtn()
  5.   if rollOver(16) then
  6.     pausethemoov()
  7.     disposethemoov()
  8.     set gstartupflag to 1
  9.     go("IndexMode")
  10.   end if
  11. end
  12.